About 788 letters

About 4 minutes

#HTML <bdo>

The <bdo> HTML element overrides the current directionality of text, so that the text within is rendered in a different direction.

#Attributes

  • dir: The direction in which text should be rendered in this element's contents. Possible values are:

    • ltr: Indicates that the text should go in a left-to-right direction.
    • rtl: Indicates that the text should go in a right-to-left direction.

Created in 6/9/2025

Updated in 6/9/2025